home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-21 | 2.6 KB | 228 lines | [TEXT/MPS ] |
- # Movie IMPORTER CLASS
- movieimporterclass
- movie.imp
- movieiEntryPoint
- 0
- 1
- LoaderTypeLinkable
- false
-
- # Movie IMPORTER EPHEMERAL UNIT
- movieimporterephem
- movie.eph
- movieiEntryPoint
- 0
- 1
- LoaderTypeEphemeral
- true
-
- # PICT IMPORTER CLASS
-
- pictimporterclass
- pict.imp
- PictClassEntryPoint
- 0
- 1
- LoaderTypeLinkable
- false
-
- # PICT IMPORTER EPHEMERAL UNIT
-
- pictimporterephem
- pict.eph
- pictEphemEntryPoint
- 0
- 1
- LoaderTypeEphemeral
- true
-
- # AIFF IMPORTER CLASS
-
- aiffimporterclass
- aiff.imp
- aiffEntryPoint
- 0
- 1
- LoaderTypeLinkable
- false
-
- # AIFF IMPORTER EPHEMERAL UNIT
-
- aiffimporterephem
- aiff.eph
- aiffEntryPoint
- 0
- 1
- LoaderTypeEphemeral
- true
-
-
- # SND IMPORTER CLASS
-
- sndimporterclass
- snd.imp
- entryPoint
- 0
- 1
- LoaderTypeLinkable
- false
-
- # SND IMPORTER EPHEMERAL UNIT
-
- sndimporterephem
- snd.eph
- SNDentryPoint
- 0
- 1
- LoaderTypeEphemeral
- true
-
- # RTF IMPORTER CLASS
-
- RTFimporterclass
- rtf.imp
- RTFClassEntryPoint
- 0
- 1
- LoaderTypeLinkable
- false
-
- # RTF IMPORTER EPHEMERAL UNIT
-
- SXRTFImporterEphem
- rtf.eph
- rtfEphemEntryPoint
- 0
- 1
- LoaderTypeEphemeral
- true
-
- # DIB IMPORTER CLASS
-
- DIBimporterclass
- DIB.imp
- DIBClassEntryPoint
- 0
- 1
- LoaderTypeLinkable
- false
-
- # DIB IMPORTER EPHEMERAL UNIT
-
- SXDIBImporterEphem
- DIB.eph
- DIBEphemEntryPoint
- 0
- 1
- LoaderTypeEphemeral
- true
-
- # WAVE IMPORTER CLASS
-
- waveimporterclass
- wav.imp
- entryPoint
- 0
- 1
- LoaderTypeLinkable
- false
-
- # WAVE IMPORTER EPHEMERAL UNIT
-
- waveimporterephem
- wav.eph
- entryPoint
- 0
- 1
- LoaderTypeEphemeral
- true
-
- # QtBitmap IMPORTER CLASS
-
- qtbitmapimporterclass
- qt.bmp.imp
- qtbitmapEntryPoint
- 0
- 1
- LoaderTypeLinkable
- false
-
- # QtBitmap IMPORTER EPHEMERAL UNIT
-
- QTBitmapimporterephem
- qt.bmp.eph
- qtbitmapEntryPoint
- 0
- 1
- LoaderTypeEphemeral
- true
-
-
- # MIDI IMPORTER CLASS
-
- midiimporterclass
- midi.imp
- MIDIEntryPoint
- 0
- 1
- LoaderTypeLinkable
- false
-
- # MIDI IMPORTER EPHEMERAL UNIT
-
- midiimporterephem
- midi.eph
- MIDIEntryPoint
- 0
- 1
- LoaderTypeEphemeral
- true
-
- # Text IMPORTER CLASS
- TextImporter # name of loadable unit
- text.imp # file to load
- entryPoint # Name of entrypoint/exitpoint functions(), when loaded
- 0 # System version, use 0
- 1 # Unit version, use 1
- LoaderTypeLinkable # Linkable means it stays around
- false # On load list flag - if true loaded during process
-
- # Text EXPORTER CLASS
- TextExporter
- text.exp
- entryPoint
- 0
- 1
- LoaderTypeLinkable
- false
-
- # Text IMPORTER EPHEMERAL UNIT
- TextEphem
- text.eph
- entryPoint
- 0
- 1
- LoaderTypeEphemeral # Ephemeral means load, execute entrypoint, release
- true # On load list flag - if true loaded during process
-
- # KIC
-
- # KIC IMPORTER CLASS
- kicimporterclass
- kic.imp
- KICEntryPoint
- 0
- 1
- LoaderTypeLinkable
- false
-
- # KIC IMPORTER EPHEMERAL UNIT
- kicimporterephem
- kic.eph
- KICEntryPoint
- 0
- 1
- LoaderTypeEphemeral
- true
-
-